StartAngle Property (FlexRadar<T>)
In This Topic
Gets or sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position.
Syntax
'Declaration
Public Property StartAngle As System.Integer
'Usage
Dim instance As FlexRadar(Of T)
Dim value As System.Integer
instance.StartAngle = value
value = instance.StartAngle
public System.int StartAngle {get; set;}
public read-write property StartAngle: System.Integer;
public function get,set StartAngle : System.int
public: __property System.int get_StartAngle();
public: __property void set_StartAngle(
System.int value
);
public:
property System.int StartAngle {
System.int get();
void set ( System.int value);
}
See Also